home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CU Amiga Super CD-ROM 23
/
CU Amiga - Super CD-ROM 23 (June 1998).iso
/
CreatingGames
/
Utilities
/
C
/
Mesa
/
include
/
mondello
/
lut.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1996-05-06
|
114 b
|
13 lines
/*
file: lut.h
*/
#ifndef LUT_H
#define LUT_H
typedef struct {
unsigned char r, g, b;
} LUTENTRY;
#endif